home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / tntbrd10.zip / TNTBOARD.DOC < prev    next >
Text File  |  1992-07-27  |  3KB  |  90 lines

  1. TnT Board List - version 1.0
  2. By: TnT Software - 07/27/92
  3.  
  4.  
  5.  
  6. INTRO
  7. -----
  8.  
  9.      This program will allow visiting SysOps to add their BBS to a list
  10. of BBS's that can be viewed by all users.  It was compiled with Turbo
  11. Pascal 6.0 and RMDoor 2.0 (by Mark Goodwin and Randy Hunt).  When a user
  12. enters the door, he will be given the choices of <A>dding his BBS to the
  13. list and <L>ist Bulletin Boards.  When someone enters the door, TnT Board
  14. List will check SYSDAT1.DAT to see what the minimum SysOp security is.  If
  15. the users security level is greater than or equal to the minimum, or if it
  16. is a local logon, the additional choice of <M>ake Bulletins will be given.
  17.  
  18.  
  19.  
  20. FREE?!?
  21. -------
  22.  
  23.      Yes, that's right, FREE!  This program is designed to help you out, not
  24. clean you out.
  25.  
  26.  
  27.  
  28. SYNTAX
  29. ------
  30.  
  31.      To run TnT Board List, the name of the config file (and full path if not
  32. in current directory) should be given on the command line.
  33. Ex:
  34.        C:> TNTBOARD TNTBOARD.CFG
  35.                   or
  36.        C:> TNTBOARD C:\TRIBBS\DOORS\TNTBOARD\TNTBOARD.CFG
  37.  
  38.  
  39.      A local logon can be done by adding the word 'local' after the config
  40. file name.
  41. Ex:
  42.        C:> TNTBOARD TNTBOARD.CFG LOCAL
  43.  
  44.  
  45.  
  46. CONFIG
  47. ------
  48.  
  49.      The config file is plain ASCII text and should follow the format:
  50.  
  51.           Line 1:   Door data file type.
  52.           Line 2:   Path to the door data file(s).
  53.           Line 3:   BBS name.
  54.           Line 4:   Sysop's name.
  55.           Line 5:   Locked baud rate.
  56.  
  57.      As illustrated above, the door's data file type is specified in line 1
  58. and can be PCB for PCBoard, GAP for GAP (DOOR.SYS), SF for Spitfire, RBBS for
  59. RBBS, WC for WildCat! or TRITEL for TriBBS.  The locked baud rate is specified
  60. in line 5.  If the sysop doesn't lock the serial port, he must specify 0 for
  61. the locked baud rate.  NOTE: Although many  door formats do pass the locked
  62. baud rate in the door data files, some older formats such as RBBS do not.  For
  63. conformity, RMDoor requires that you specify the locked baud rate in line 5 and
  64. ignores any value passed in the door data files.
  65.  
  66. Ex:
  67.           PCB
  68.           c:\tribbs
  69.           The Screamin' Eagle
  70.           Alan Taylor & James Troyan
  71.           19200
  72.  
  73.  
  74.  
  75. DISCLAIMER
  76. ----------
  77.  
  78.      TnT Software, Alan Taylor, James Troyan, and Winthrop University cannot
  79. be held responsible for any wrong doings caused by, or assosciated with this
  80. program.
  81.  
  82.  
  83.  
  84. SUPPORT
  85. -------
  86.  
  87.      Support from TnT Software can be obtained by calling The Screamin' Eagle
  88. at (803) 323-2479, or leaving a message to TnT Software in TriNet(TTN).
  89.  
  90.